You can handle more than one message in a single script. The word "On" marks the beginning of the handler of each message. "On" is followed by a single word that is the name of the message being handled.
When HyperCard or another script sends the message
"mouseUp", HyperCard chooses a handler to use by searching for "on mouseUp" in a script.